Skip to content

Conversation

@p0deje
Copy link
Member

@p0deje p0deje commented Feb 18, 2025

Thanks for contributing to Selenium!
A PR well described will help maintainers to quickly review and merge it

Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, help reviewers by making them as simple and short as possible.

Motivation and Context

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have read the contributing document.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@qodo-merge-pro
Copy link
Contributor

qodo-merge-pro bot commented Feb 18, 2025

CI Feedback 🧐

(Feedback updated until commit 0349bcf)

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: Local Tests (firefox, windows) / Local Tests (firefox, windows)

Failed stage: Run Bazel [❌]

Failed test name: error-firefox

Failure summary:

The action failed due to a Windows-specific implementation issue in JRuby. The error
"NotImplementedError: this signal not yet implemented in windows" occurred when trying to terminate
Firefox browser processes during test cleanup. This affected multiple test suites:

  • //rb/spec/integration/selenium/webdriver:error-firefox
  • //rb/spec/integration/selenium/webdriver:manager-firefox
  • //rb/spec/integration/selenium/webdriver:virtual_authenticator-firefox
  • //rb/spec/integration/selenium/webdriver/firefox:driver-firefox

    The root cause is that the process termination signals used in the Ruby WebDriver code are not
    implemented in JRuby on Windows.

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Microsoft Windows Server 2022
    ...
    
    647:  �[32mINFO: �[0mFrom Compiling absl/strings/internal/charconv_parse.cc [for tool]:
    648:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
    649:  �[32mINFO: �[0mFrom Compiling absl/strings/internal/damerau_levenshtein_distance.cc [for tool]:
    650:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
    651:  �[32mINFO: �[0mFrom Compiling absl/strings/cord.cc [for tool]:
    652:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
    653:  �[32mINFO: �[0mFrom Compiling absl/strings/internal/cord_internal.cc [for tool]:
    654:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
    655:  �[32mINFO: �[0mFrom Compiling absl/base/internal/strerror.cc [for tool]:
    ...
    
    1529:  See https://github.com/rubyzip/rubyzip for details. The Changelog also
    1530:  lists other enhancements and bugfixes that have been implemented since
    1531:  version 2.3.0.
    1532:  2 installed gems you directly depend on are looking for funding.
    1533:  Run `bundle fund` for details
    1534:  �[32m[1,103 / 1,104]�[0m Running bundle install (@bundle//:bundle); 11s local, disk-cache
    1535:  �[32m[1,104 / 1,128]�[0m Testing //rb/spec/integration/selenium/webdriver:manager-firefox; 0s disk-cache ... (4 actions, 0 running)
    1536:  �[32m[1,104 / 1,128]�[0m Testing //rb/spec/integration/selenium/webdriver:manager-firefox; 2s disk-cache ... (4 actions, 0 running)
    1537:  �[32m[1,104 / 1,128]�[0m Testing //rb/spec/integration/selenium/webdriver:error-firefox; 1s local, disk-cache ... (4 actions, 1 running)
    1538:  �[32m[1,104 / 1,128]�[0m Testing //rb/spec/integration/selenium/webdriver:error-firefox; 8s local, disk-cache ... (4 actions, 1 running)
    1539:  �[32m[1,104 / 1,128]�[0m Testing //rb/spec/integration/selenium/webdriver:error-firefox; 25s local, disk-cache ... (4 actions, 2 running)
    1540:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:error-firefox (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-firefox/test_attempts/attempt_1.log)
    1541:  �[32m[1,104 / 1,128]�[0m Testing //rb/spec/integration/selenium/webdriver:error-firefox; 27s local, disk-cache ... (4 actions, 2 running)
    1542:  �[32m[1,104 / 1,128]�[0m Testing //rb/spec/integration/selenium/webdriver:error-firefox; 39s local, disk-cache ... (4 actions, 2 running)
    1543:  �[32m[1,104 / 1,128]�[0m Testing //rb/spec/integration/selenium/webdriver:error-firefox; 44s local, disk-cache ... (4 actions, 3 running)
    1544:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:manager-firefox (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-firefox/test_attempts/attempt_1.log)
    1545:  �[32m[1,104 / 1,128]�[0m Testing //rb/spec/integration/selenium/webdriver:error-firefox; 45s local, disk-cache ... (4 actions, 3 running)
    1546:  �[32m[1,104 / 1,128]�[0m Testing //rb/spec/integration/selenium/webdriver:error-firefox; 54s local, disk-cache ... (4 actions running)
    1547:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-firefox (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-firefox/test_attempts/attempt_1.log)
    1548:  �[32m[1,104 / 1,128]�[0m Testing //rb/spec/integration/selenium/webdriver:error-firefox; 56s local, disk-cache ... (4 actions running)
    1549:  �[32m[1,104 / 1,128]�[0m Testing //rb/spec/integration/selenium/webdriver:error-firefox; 86s local, disk-cache ... (4 actions running)
    1550:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/firefox:driver-firefox (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/firefox/driver-firefox/test_attempts/attempt_1.log)
    1551:  �[32m[1,104 / 1,128]�[0m Testing //rb/spec/integration/selenium/webdriver:error-firefox; 88s local, disk-cache ... (4 actions running)
    1552:  �[32m[1,104 / 1,128]�[0m Testing //rb/spec/integration/selenium/webdriver:error-firefox; 97s local, disk-cache ... (4 actions running)
    1553:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:error-firefox (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-firefox/test_attempts/attempt_2.log)
    1554:  �[32m[1,104 / 1,128]�[0m Testing //rb/spec/integration/selenium/webdriver:error-firefox; 99s local, disk-cache ... (4 actions running)
    1555:  �[32m[1,104 / 1,128]�[0m Testing //rb/spec/integration/selenium/webdriver:error-firefox; 100s local, disk-cache ... (4 actions running)
    1556:  �[32m[1,104 / 1,128]�[0m Testing //rb/spec/integration/selenium/webdriver:error-firefox; 116s local, disk-cache ... (4 actions running)
    1557:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:manager-firefox (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-firefox/test_attempts/attempt_2.log)
    1558:  �[32m[1,104 / 1,128]�[0m Testing //rb/spec/integration/selenium/webdriver:error-firefox; 117s local, disk-cache ... (4 actions running)
    1559:  �[32m[1,104 / 1,128]�[0m Testing //rb/spec/integration/selenium/webdriver:error-firefox; 126s local, disk-cache ... (4 actions running)
    1560:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-firefox (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-firefox/test_attempts/attempt_2.log)
    1561:  �[32m[1,104 / 1,128]�[0m Testing //rb/spec/integration/selenium/webdriver:error-firefox; 128s local, disk-cache ... (4 actions running)
    1562:  �[32m[1,104 / 1,128]�[0m Testing //rb/spec/integration/selenium/webdriver:error-firefox; 156s local, disk-cache ... (4 actions running)
    1563:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/firefox:driver-firefox (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/firefox/driver-firefox/test_attempts/attempt_2.log)
    1564:  �[32m[1,104 / 1,128]�[0m Testing //rb/spec/integration/selenium/webdriver:error-firefox; 157s local, disk-cache ... (4 actions running)
    1565:  �[32m[1,104 / 1,128]�[0m Testing //rb/spec/integration/selenium/webdriver:error-firefox; 159s local, disk-cache ... (4 actions running)
    1566:  �[32m[1,104 / 1,128]�[0m Testing //rb/spec/integration/selenium/webdriver:error-firefox; 167s local, disk-cache ... (4 actions running)
    1567:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:error-firefox (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-firefox/test.log)
    1568:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:error-firefox (Summary)
    1569:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-firefox/test.log
    1570:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-firefox/test_attempts/attempt_1.log
    1571:  ==================== Test output for //rb/spec/integration/selenium/webdriver:error-firefox:
    1572:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-firefox/test_attempts/attempt_2.log
    1573:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:error-firefox:
    1574:  Running Ruby specs:
    1575:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/socket_lock.rb:70: warning: close_on_exec is not implemented on this platform for this stream type: ServerSocketChannelImpl
    ...
    
    1577:  1739915893967	mozrunner::runner	INFO	Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--remote-debugging-port" "9222" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\rust_mozprofileHqRx0e"
    1578:  console.warn: services.settings: Ignoring preference override of remote settings server
    1579:  console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment
    1580:  Dynamically enable window occlusion 0
    1581:  1739915896627	Marionette	INFO	Marionette enabled
    1582:  1739915898129	Marionette	INFO	Listening on port 65136
    1583:  Read port: 65136
    1584:  WebDriver BiDi listening on ws://127.0.0.1:9222
    1585:  1739915898998	RemoteAgent	WARN	TLS certificate errors will be ignored for this session
    1586:  DevTools listening on ws://127.0.0.1:9222/devtools/browser/f40c08b8-01f5-4abc-8136-33f31399f455
    1587:  browser: firefox
    1588:  driver: firefox
    1589:  version: 135.0
    1590:  platform: windows
    1591:  ci: github
    1592:  rbe: false
    1593:  ruby: jruby 9.4.12.0 (3.1.4) 2025-02-11 f4ab75096a OpenJDK 64-Bit Server VM 17.0.11+9-LTS on 17.0.11+9-LTS [x86_64-mswin32]
    1594:  Selenium::WebDriver::Error
    1595:  raises an appropriate error
    1596:  has backtrace locations
    1597:  has cause
    1598:  has backtrace
    1599:  1739915906922	Marionette	INFO	Stopped listening on port 65136
    1600:  Dynamically enable window occlusion 1
    1601:  has backtrace when using a remote server (PENDING: Test guarded; Guarded by {:driver=>:remote, :reason=>"This test should only apply to remote drivers"};)
    1602:  Pending: (Failures listed here are expected and do not affect your suite's status)
    1603:  1) Selenium::WebDriver::Error has backtrace when using a remote server
    1604:  # Test guarded; Guarded by {:driver=>:remote, :reason=>"This test should only apply to remote drivers"};
    1605:  Got 0 failures and 2 other errors:
    1606:  1.1) Failure/Error: raise 'This error needs to be risen for the pending test not to fail on local drivers'
    1607:  RuntimeError:
    1608:  This error needs to be risen for the pending test not to fail on local drivers
    1609:  # ./rb/spec/integration/selenium/webdriver/error_spec.rb:54:in `block in WebDriver'
    1610:  # ..\rules_ruby++ruby+bundle\bin\private\rspec:14:in `<main>'
    1611:  1.2) Failure/Error: Unable to find org/jruby/RubyProcess.java to read failed line
    1612:  NotImplementedError:
    ...
    
    1618:  # ./rb/lib/selenium/webdriver/common/service_manager.rb:71:in `stop'
    1619:  # ./rb/lib/selenium/webdriver/common/driver.rb:190:in `quit'
    1620:  # ./rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:74:in `quit_driver'
    1621:  # ./rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:68:in `reset_driver!'
    1622:  # ./rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
    1623:  # ./rb/spec/integration/selenium/webdriver/spec_helper.rb:68:in `block in <main>'
    1624:  # ..\rules_ruby++ruby+bundle\bin\private\rspec:14:in `<main>'
    1625:  Finished in 17.9 seconds (files took 1.61 seconds to load)
    1626:  5 examples, 0 failures, 1 pending
    1627:  NotImplementedError: this signal not yet implemented in windows
    1628:  kill at org/jruby/RubyProcess.java:1547
    1629:  kill at org/jruby/RubyProcess.java:1468
    1630:  terminate at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/child_process.rb:124
    1631:  terminate_and_wait_else_kill at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/child_process.rb:112
    1632:  stop at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/child_process.rb:67
    1633:  stop_process at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/service_manager.rb:110
    1634:  stop at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/service_manager.rb:71
    1635:  start at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/service_manager.rb:53
    1636:  exit_hook at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/platform.rb:152
    1637:  ================================================================================
    1638:  ==================== Test output for //rb/spec/integration/selenium/webdriver:error-firefox:
    1639:  Running Ruby specs:
    1640:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/socket_lock.rb:70: warning: close_on_exec is not implemented on this platform for this stream type: ServerSocketChannelImpl
    ...
    
    1642:  1739915976822	mozrunner::runner	INFO	Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--remote-debugging-port" "9222" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\rust_mozprofilemwiLqx"
    1643:  console.warn: services.settings: Ignoring preference override of remote settings server
    1644:  console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment
    1645:  Dynamically enable window occlusion 0
    1646:  1739915977065	Marionette	INFO	Marionette enabled
    1647:  1739915977288	Marionette	INFO	Listening on port 65331
    1648:  WebDriver BiDi listening on ws://127.0.0.1:9222
    1649:  Read port: 65331
    1650:  1739915977422	RemoteAgent	WARN	TLS certificate errors will be ignored for this session
    1651:  DevTools listening on ws://127.0.0.1:9222/devtools/browser/53b70aaf-8615-4e36-b528-8bd024bf97fe
    1652:  browser: firefox
    1653:  driver: firefox
    1654:  version: 135.0
    1655:  platform: windows
    1656:  ci: github
    1657:  rbe: false
    1658:  ruby: jruby 9.4.12.0 (3.1.4) 2025-02-11 f4ab75096a OpenJDK 64-Bit Server VM 17.0.11+9-LTS on 17.0.11+9-LTS [x86_64-mswin32]
    1659:  Selenium::WebDriver::Error
    1660:  raises an appropriate error
    1661:  has backtrace locations
    1662:  has cause
    1663:  has backtrace
    1664:  1739915979210	Marionette	INFO	Stopped listening on port 65331
    1665:  Dynamically enable window occlusion 1
    1666:  has backtrace when using a remote server (PENDING: Test guarded; Guarded by {:driver=>:remote, :reason=>"This test should only apply to remote drivers"};)
    1667:  Pending: (Failures listed here are expected and do not affect your suite's status)
    1668:  1) Selenium::WebDriver::Error has backtrace when using a remote server
    1669:  # Test guarded; Guarded by {:driver=>:remote, :reason=>"This test should only apply to remote drivers"};
    1670:  Got 0 failures and 2 other errors:
    1671:  1.1) Failure/Error: raise 'This error needs to be risen for the pending test not to fail on local drivers'
    1672:  RuntimeError:
    1673:  This error needs to be risen for the pending test not to fail on local drivers
    1674:  # ./rb/spec/integration/selenium/webdriver/error_spec.rb:54:in `block in WebDriver'
    1675:  # ..\rules_ruby++ruby+bundle\bin\private\rspec:14:in `<main>'
    1676:  1.2) Failure/Error: Unable to find org/jruby/RubyProcess.java to read failed line
    1677:  NotImplementedError:
    ...
    
    1683:  # ./rb/lib/selenium/webdriver/common/service_manager.rb:71:in `stop'
    1684:  # ./rb/lib/selenium/webdriver/common/driver.rb:190:in `quit'
    1685:  # ./rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:74:in `quit_driver'
    1686:  # ./rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:68:in `reset_driver!'
    1687:  # ./rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
    1688:  # ./rb/spec/integration/selenium/webdriver/spec_helper.rb:68:in `block in <main>'
    1689:  # ..\rules_ruby++ruby+bundle\bin\private\rspec:14:in `<main>'
    1690:  Finished in 3.79 seconds (files took 1.56 seconds to load)
    1691:  5 examples, 0 failures, 1 pending
    1692:  NotImplementedError: this signal not yet implemented in windows
    1693:  kill at org/jruby/RubyProcess.java:1547
    1694:  kill at org/jruby/RubyProcess.java:1468
    1695:  terminate at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/child_process.rb:124
    1696:  terminate_and_wait_else_kill at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/child_process.rb:112
    1697:  stop at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/child_process.rb:67
    1698:  stop_process at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/service_manager.rb:110
    1699:  stop at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/service_manager.rb:71
    1700:  start at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/service_manager.rb:53
    1701:  exit_hook at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/platform.rb:152
    1702:  ================================================================================
    1703:  ==================== Test output for //rb/spec/integration/selenium/webdriver:error-firefox:
    1704:  Running Ruby specs:
    1705:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/socket_lock.rb:70: warning: close_on_exec is not implemented on this platform for this stream type: ServerSocketChannelImpl
    ...
    
    1707:  1739916046600	mozrunner::runner	INFO	Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--remote-debugging-port" "9222" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\rust_mozprofileO06TCd"
    1708:  console.warn: services.settings: Ignoring preference override of remote settings server
    1709:  console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment
    1710:  Dynamically enable window occlusion 0
    1711:  1739916046841	Marionette	INFO	Marionette enabled
    1712:  1739916047137	Marionette	INFO	Listening on port 65514
    1713:  WebDriver BiDi listening on ws://127.0.0.1:9222
    1714:  Read port: 65514
    1715:  1739916047279	RemoteAgent	WARN	TLS certificate errors will be ignored for this session
    1716:  DevTools listening on ws://127.0.0.1:9222/devtools/browser/5f995ee6-d21f-42b1-8c2a-43df8b21d198
    1717:  browser: firefox
    1718:  driver: firefox
    1719:  version: 135.0
    1720:  platform: windows
    1721:  ci: github
    1722:  rbe: false
    1723:  ruby: jruby 9.4.12.0 (3.1.4) 2025-02-11 f4ab75096a OpenJDK 64-Bit Server VM 17.0.11+9-LTS on 17.0.11+9-LTS [x86_64-mswin32]
    1724:  Selenium::WebDriver::Error
    1725:  raises an appropriate error
    1726:  has backtrace locations
    1727:  has cause
    1728:  has backtrace
    1729:  1739916049087	Marionette	INFO	Stopped listening on port 65514
    1730:  Dynamically enable window occlusion 1
    1731:  has backtrace when using a remote server (PENDING: Test guarded; Guarded by {:driver=>:remote, :reason=>"This test should only apply to remote drivers"};)
    1732:  Pending: (Failures listed here are expected and do not affect your suite's status)
    1733:  1) Selenium::WebDriver::Error has backtrace when using a remote server
    1734:  # Test guarded; Guarded by {:driver=>:remote, :reason=>"This test should only apply to remote drivers"};
    1735:  Got 0 failures and 2 other errors:
    1736:  1.1) Failure/Error: raise 'This error needs to be risen for the pending test not to fail on local drivers'
    1737:  RuntimeError:
    1738:  This error needs to be risen for the pending test not to fail on local drivers
    1739:  # ./rb/spec/integration/selenium/webdriver/error_spec.rb:54:in `block in WebDriver'
    1740:  # ..\rules_ruby++ruby+bundle\bin\private\rspec:14:in `<main>'
    1741:  1.2) Failure/Error: Unable to find org/jruby/RubyProcess.java to read failed line
    1742:  NotImplementedError:
    ...
    
    1748:  # ./rb/lib/selenium/webdriver/common/service_manager.rb:71:in `stop'
    1749:  # ./rb/lib/selenium/webdriver/common/driver.rb:190:in `quit'
    1750:  # ./rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:74:in `quit_driver'
    1751:  # ./rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:68:in `reset_driver!'
    1752:  # ./rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
    1753:  # ./rb/spec/integration/selenium/webdriver/spec_helper.rb:68:in `block in <main>'
    1754:  # ..\rules_ruby++ruby+bundle\bin\private\rspec:14:in `<main>'
    1755:  Finished in 3.88 seconds (files took 1.58 seconds to load)
    1756:  5 examples, 0 failures, 1 pending
    1757:  NotImplementedError: this signal not yet implemented in windows
    1758:  kill at org/jruby/RubyProcess.java:1547
    1759:  kill at org/jruby/RubyProcess.java:1468
    1760:  terminate at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/child_process.rb:124
    1761:  terminate_and_wait_else_kill at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/child_process.rb:112
    1762:  stop at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/child_process.rb:67
    1763:  stop_process at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/service_manager.rb:110
    1764:  stop at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/service_manager.rb:71
    1765:  start at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/service_manager.rb:53
    1766:  exit_hook at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/platform.rb:152
    1767:  ================================================================================
    1768:  �[32m[1,105 / 1,128]�[0m 1 / 30 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-firefox; 143s local, disk-cache ... (4 actions, 3 running)
    1769:  �[32m[1,105 / 1,128]�[0m 1 / 30 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-firefox; 144s local, disk-cache ... (4 actions, 3 running)
    1770:  �[32m[1,105 / 1,128]�[0m 1 / 30 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-firefox; 153s local, disk-cache ... (4 actions, 3 running)
    1771:  �[32m[1,105 / 1,128]�[0m 1 / 30 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-firefox; 160s local, disk-cache ... (4 actions, 3 running)
    1772:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:manager-firefox (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-firefox/test.log)
    1773:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:manager-firefox (Summary)
    ...
    
    1782:  1739915916028	mozrunner::runner	INFO	Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--remote-debugging-port" "9222" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\rust_mozprofileQNapp0"
    1783:  console.warn: services.settings: Ignoring preference override of remote settings server
    1784:  console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment
    1785:  Dynamically enable window occlusion 0
    1786:  1739915916271	Marionette	INFO	Marionette enabled
    1787:  1739915916443	Marionette	INFO	Listening on port 65165
    1788:  WebDriver BiDi listening on ws://127.0.0.1:9222
    1789:  Read port: 65165
    1790:  1739915916581	RemoteAgent	WARN	TLS certificate errors will be ignored for this session
    ...
    
    1807:  1739915919598	mozrunner::runner	INFO	Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--remote-debugging-port" "9222" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\rust_mozprofilezwtfFm"
    1808:  console.warn: services.settings: Ignoring preference override of remote settings server
    1809:  console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment
    1810:  Dynamically enable window occlusion 0
    1811:  1739915919841	Marionette	INFO	Marionette enabled
    1812:  1739915920045	Marionette	INFO	Listening on port 65183
    1813:  WebDriver BiDi listening on ws://127.0.0.1:9222
    1814:  Read port: 65183
    1815:  1739915920188	RemoteAgent	WARN	TLS certificate errors will be ignored for this session
    ...
    
    1820:  does not allow setting on a subdomain from parent domain (PENDING: Test does not apply to this configuration; Guarded by {:driver=>:none, :reason=>"Can not run on our test server; needs subdomains"};)
    1821:  is not visible to javascript when http_only is true
    1822:  does not add secure cookie when http (PENDING: Test does not apply to this configuration; Guarded by {:driver=>:none, :reason=>"Cannot be tested on localhost"};)
    1823:  adds secure cookie when https (PENDING: Test does not apply to this configuration; Guarded by {:driver=>:none, :reason=>"Can only be tested on https site"};)
    1824:  gets one
    1825:  gets all
    1826:  deletes one
    1827:  deletes all
    1828:  throws error when fetching non-existent cookie
    ...
    
    1839:  1739915923303	mozrunner::runner	INFO	Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--remote-debugging-port" "9222" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\rust_mozprofileo1r3fh"
    1840:  console.warn: services.settings: Ignoring preference override of remote settings server
    1841:  console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment
    1842:  Dynamically enable window occlusion 0
    1843:  1739915923558	Marionette	INFO	Marionette enabled
    1844:  1739915923743	Marionette	INFO	Listening on port 65200
    1845:  WebDriver BiDi listening on ws://127.0.0.1:9222
    1846:  Read port: 65200
    1847:  1739915923885	RemoteAgent	WARN	TLS certificate errors will be ignored for this session
    1848:  DevTools listening on ws://127.0.0.1:9222/devtools/browser/a7a3ec2c-93cc-4bf7-9b46-df4eab6e8d31
    1849:  allows adding with DateTime value
    1850:  allows adding with Time value
    1851:  allows adding with Number value
    1852:  does not allow adding when value is in the past
    1853:  1739915925385	Marionette	INFO	Stopped listening on port 65200
    1854:  Dynamically enable window occlusion 1
    1855:  An error occurred in an `after(:suite)` hook.
    1856:  Failure/Error: Unable to find org/jruby/RubyProcess.java to read failed line
    1857:  NotImplementedError:
    ...
    
    1863:  # ./rb/lib/selenium/webdriver/common/service_manager.rb:71:in `stop'
    1864:  # ./rb/lib/selenium/webdriver/common/driver.rb:190:in `quit'
    1865:  # ./rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:74:in `quit_driver'
    1866:  # ./rb/spec/integration/selenium/webdriver/spec_helper.rb:45:in `block in <main>'
    1867:  # ..\rules_ruby++ruby+bundle\bin\private\rspec:14:in `<main>'
    1868:  Pending: (Failures listed here are expected and do not affect your suite's status)
    1869:  1) Selenium::WebDriver::Manager cookie management sets samesite property of Lax by default
    1870:  # Test guarded; Guarded by {:browser=>:firefox, :reason=>"https://github.com/mozilla/geckodriver/issues/1841"};
    1871:  Got 2 failures:
    1872:  1.1) Failure/Error: expect(driver.manage.cookie_named('samesite')[:same_site]).to eq('Lax')
    1873:  expected: "Lax"
    1874:  got: "None"
    1875:  (compared using ==)
    1876:  # ./rb/spec/integration/selenium/webdriver/manager_spec.rb:49:in `block in WebDriver'
    1877:  # ..\rules_ruby++ruby+bundle\bin\private\rspec:14:in `load'
    1878:  # ..\rules_ruby++ruby+bundle\bin\private\rspec:14:in `<main>'
    1879:  1.2) Got 0 failures and 1 other error:
    1880:  1.2.1) Failure/Error: Unable to find org/jruby/RubyProcess.java to read failed line
    1881:  NotImplementedError:
    ...
    
    1903:  5) Selenium::WebDriver::Manager cookie management adds secure cookie when https
    1904:  # Test does not apply to this configuration; Guarded by {:driver=>:none, :reason=>"Can only be tested on https site"};
    1905:  # ./rb/spec/integration/selenium/webdriver/manager_spec.rb:124
    1906:  6) Selenium::WebDriver::Manager cookie management sameSite allows adding with value None
    1907:  # Test does not apply to this configuration; Guarded by {:driver=>:none, :reason=>"Can only be tested on https site"};
    1908:  # ./rb/spec/integration/selenium/webdriver/manager_spec.rb:152
    1909:  7) Selenium::WebDriver::Manager cookie management sameSite does not allow adding with value None when secure is false
    1910:  # Test guarded; Guarded by {:browser=>:firefox, :reason=>"https://github.com/mozilla/geckodriver/issues/1842"};
    1911:  Got 2 failures:
    1912:  7.1) Failure/Error:
    1913:  expect {
    1914:  driver.manage.add_cookie name: 'samesite',
    1915:  value: 'none-insecure',
    1916:  same_site: 'None',
    1917:  secure: false
    1918:  }.to raise_exception(Error::UnableToSetCookieError)
    1919:  expected Selenium::WebDriver::Error::UnableToSetCookieError but nothing was raised
    1920:  # ./rb/spec/integration/selenium/webdriver/manager_spec.rb:169:in `block in WebDriver'
    1921:  # ..\rules_ruby++ruby+bundle\bin\private\rspec:14:in `load'
    1922:  # ..\rules_ruby++ruby+bundle\bin\private\rspec:14:in `<main>'
    1923:  7.2) Got 0 failures and 1 other error:
    1924:  7.2.1) Failure/Error: Unable to find org/jruby/RubyProcess.java to read failed line
    1925:  NotImplementedError:
    ...
    
    1931:  # ./rb/lib/selenium/webdriver/common/service_manager.rb:71:in `stop'
    1932:  # ./rb/lib/selenium/webdriver/common/driver.rb:190:in `quit'
    1933:  # ./rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:74:in `quit_driver'
    1934:  # ./rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:68:in `reset_driver!'
    1935:  # ./rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
    1936:  # ./rb/spec/integration/selenium/webdriver/spec_helper.rb:68:in `block in <main>'
    1937:  # ..\rules_ruby++ruby+bundle\bin\private\rspec:14:in `<main>'
    1938:  Finished in 10.76 seconds (files took 1.6 seconds to load)
    1939:  22 examples, 0 failures, 7 pending, 1 error occurred outside of examples
    1940:  NotImplementedError: this signal not yet implemented in windows
    ...
    
    1949:  exit_hook at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/platform.rb:152
    1950:  SystemExit: exit
    1951:  exit at org/jruby/RubyKernel.java:924
    1952:  exit at org/jruby/RubyKernel.java:883
    1953:  invoke at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/external/rules_ruby++ruby+bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.2/lib/rspec/core/runner.rb:46
    1954:  <main> at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/rules_ruby++ruby+bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.2/exe/rspec:4
    1955:  load at org/jruby/RubyKernel.java:1223
    1956:  <main> at ..\rules_ruby++ruby+bundle\bin\private\rspec:14
    1957:  NotImplementedError: this signal not yet implemented in windows
    ...
    
    1959:  kill at org/jruby/RubyProcess.java:1468
    1960:  terminate at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/child_process.rb:124
    1961:  terminate_and_wait_else_kill at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/child_process.rb:112
    1962:  stop at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/child_process.rb:67
    1963:  stop_process at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/service_manager.rb:110
    1964:  stop at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/service_manager.rb:71
    1965:  start at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/service_manager.rb:53
    1966:  exit_hook at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/platform.rb:152
    1967:  NotImplementedError: this signal not yet implemented in windows
    ...
    
    1976:  exit_hook at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/platform.rb:152
    1977:  SystemExit: exit
    1978:  exit at org/jruby/RubyKernel.java:924
    1979:  exit at org/jruby/RubyKernel.java:883
    1980:  invoke at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/external/rules_ruby++ruby+bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.2/lib/rspec/core/runner.rb:46
    1981:  <main> at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/rules_ruby++ruby+bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.2/exe/rspec:4
    1982:  load at org/jruby/RubyKernel.java:1223
    1983:  <main> at ..\rules_ruby++ruby+bundle\bin\private\rspec:14
    1984:  NotImplementedError: this signal not yet implemented in windows
    ...
    
    1986:  kill at org/jruby/RubyProcess.java:1468
    1987:  terminate at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/child_process.rb:124
    1988:  terminate_and_wait_else_kill at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/child_process.rb:112
    1989:  stop at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/child_process.rb:67
    1990:  stop_process at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/service_manager.rb:110
    1991:  stop at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/service_manager.rb:71
    1992:  start at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/service_manager.rb:53
    1993:  exit_hook at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/platform.rb:152
    1994:  NotImplementedError: this signal not yet implemented in windows
    ...
    
    1996:  kill at org/jruby/RubyProcess.java:1468
    1997:  terminate at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/child_process.rb:124
    1998:  terminate_and_wait_else_kill at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/child_process.rb:112
    1999:  stop at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/child_process.rb:67
    2000:  stop_process at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/service_manager.rb:110
    2001:  stop at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/service_manager.rb:71
    2002:  start at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/service_manager.rb:53
    2003:  exit_hook at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/platform.rb:152
    2004:  NotImplementedError: this signal not yet implemented in windows
    ...
    
    2026:  1739915988240	mozrunner::runner	INFO	Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--remote-debugging-port" "9222" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\rust_mozprofileE8bASd"
    2027:  console.warn: services.settings: Ignoring preference override of remote settings server
    2028:  console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment
    2029:  Dynamically enable window occlusion 0
    2030:  1739915988482	Marionette	INFO	Marionette enabled
    2031:  1739915988692	Marionette	INFO	Listening on port 65355
    2032:  WebDriver BiDi listening on ws://127.0.0.1:9222
    2033:  Read port: 65355
    2034:  1739915988830	RemoteAgent	WARN	TLS certificate errors will be ignored for this session
    ...
    
    2051:  1739915991839	mozrunner::runner	INFO	Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--remote-debugging-port" "9222" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\rust_mozprofilevSvTXo"
    2052:  console.warn: services.settings: Ignoring preference override of remote settings server
    2053:  console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment
    2054:  Dynamically enable window occlusion 0
    2055:  1739915992083	Marionette	INFO	Marionette enabled
    2056:  1739915992312	Marionette	INFO	Listening on port 65373
    2057:  WebDriver BiDi listening on ws://127.0.0.1:9222
    2058:  Read port: 65373
    2059:  1739915992432	RemoteAgent	WARN	TLS certificate errors will be ignored for this session
    ...
    
    2064:  does not allow setting on a subdomain from parent domain (PENDING: Test does not apply to this configuration; Guarded by {:driver=>:none, :reason=>"Can not run on our test server; needs subdomains"};)
    2065:  is not visible to javascript when http_only is true
    2066:  does not add secure cookie when http (PENDING: Test does not apply to this configuration; Guarded by {:driver=>:none, :reason=>"Cannot be tested on localhost"};)
    2067:  adds secure cookie when https (PENDING: Test does not apply to this configuration; Guarded by {:driver=>:none, :reason=>"Can only be tested on https site"};)
    2068:  gets one
    2069:  gets all
    2070:  deletes one
    2071:  deletes all
    2072:  throws error when fetching non-existent cookie
    ...
    
    2083:  1739915995466	mozrunner::runner	INFO	Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--remote-debugging-port" "9222" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\rust_mozprofileeDluzA"
    2084:  console.warn: services.settings: Ignoring preference override of remote settings server
    2085:  console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment
    2086:  Dynamically enable window occlusion 0
    2087:  1739915995710	Marionette	INFO	Marionette enabled
    2088:  1739915995941	Marionette	INFO	Listening on port 65389
    2089:  WebDriver BiDi listening on ws://127.0.0.1:9222
    2090:  Read port: 65389
    2091:  1739915996072	RemoteAgent	WARN	TLS certificate errors will be ignored for this session
    2092:  DevTools listening on ws://127.0.0.1:9222/devtools/browser/fb0d7505-a22d-435a-ae1a-555e62360661
    2093:  allows adding with DateTime value
    2094:  allows adding with Time value
    2095:  allows adding with Number value
    2096:  does not allow adding when value is in the past
    2097:  1739915997416	Marionette	INFO	Stopped listening on port 65389
    2098:  Dynamically enable window occlusion 1
    2099:  An error occurred in an `after(:suite)` hook.
    2100:  Failure/Error: Unable to find org/jruby/RubyProcess.java to read failed line
    2101:  NotImplementedError:
    ...
    
    2107:  # ./rb/lib/selenium/webdriver/common/service_manager.rb:71:in `stop'
    2108:  # ./rb/lib/selenium/webdriver/common/driver.rb:190:in `quit'
    2109:  # ./rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:74:in `quit_driver'
    2110:  # ./rb/spec/integration/selenium/webdriver/spec_helper.rb:45:in `block in <main>'
    2111:  # ..\rules_ruby++ruby+bundle\bin\private\rspec:14:in `<main>'
    2112:  Pending: (Failures listed here are expected and do not affect your suite's status)
    2113:  1) Selenium::WebDriver::Manager cookie management sets samesite property of Lax by default
    2114:  # Test guarded; Guarded by {:browser=>:firefox, :reason=>"https://github.com/mozilla/geckodriver/issues/1841"};
    2115:  Got 2 failures:
    2116:  1.1) Failure/Error: expect(driver.manage.cookie_named('samesite')[:same_site]).to eq('Lax')
    2117:  expected: "Lax"
    2118:  got: "None"
    2119:  (compared using ==)
    2120:  # ./rb/spec/integration/selenium/webdriver/manager_spec.rb:49:in `block in WebDriver'
    2121:  # ..\rules_ruby++ruby+bundle\bin\private\rspec:14:in `load'
    2122:  # ..\rules_ruby++ruby+bundle\bin\private\rspec:14:in `<main>'
    2123:  1.2) Got 0 failures and 1 other error:
    2124:  1.2.1) Failure/Error: Unable to find org/jruby/RubyProcess.java to read failed line
    2125:  NotImplementedError:
    ...
    
    2147:  5) Selenium::WebDriver::Manager cookie management adds secure cookie when https
    2148:  # Test does not apply to this configuration; Guarded by {:driver=>:none, :reason=>"Can only be tested on https site"};
    2149:  # ./rb/spec/integration/selenium/webdriver/manager_spec.rb:124
    2150:  6) Selenium::WebDriver::Manager cookie management sameSite allows adding with value None
    2151:  # Test does not apply to this configuration; Guarded by {:driver=>:none, :reason=>"Can only be tested on https site"};
    2152:  # ./rb/spec/integration/selenium/webdriver/manager_spec.rb:152
    2153:  7) Selenium::WebDriver::Manager cookie management sameSite does not allow adding with value None when secure is false
    2154:  # Test guarded; Guarded by {:browser=>:firefox, :reason=>"https://github.com/mozilla/geckodriver/issues/1842"};
    2155:  Got 2 failures:
    2156:  7.1) Failure/Error:
    2157:  expect {
    2158:  driver.manage.add_cookie name: 'samesite',
    2159:  value: 'none-insecure',
    2160:  same_site: 'None',
    2161:  secure: false
    2162:  }.to raise_exception(Error::UnableToSetCookieError)
    2163:  expected Selenium::WebDriver::Error::UnableToSetCookieError but nothing was raised
    2164:  # ./rb/spec/integration/selenium/webdriver/manager_spec.rb:169:in `block in WebDriver'
    2165:  # ..\rules_ruby++ruby+bundle\bin\private\rspec:14:in `load'
    2166:  # ..\rules_ruby++ruby+bundle\bin\private\rspec:14:in `<main>'
    2167:  7.2) Got 0 failures and 1 other error:
    2168:  7.2.1) Failure/Error: Unable to find org/jruby/RubyProcess.java to read failed line
    2169:  NotImplementedError:
    ...
    
    2175:  # ./rb/lib/selenium/webdriver/common/service_manager.rb:71:in `stop'
    2176:  # ./rb/lib/selenium/webdriver/common/driver.rb:190:in `quit'
    2177:  # ./rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:74:in `quit_driver'
    2178:  # ./rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:68:in `reset_driver!'
    2179:  # ./rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
    2180:  # ./rb/spec/integration/selenium/webdriver/spec_helper.rb:68:in `block in <main>'
    2181:  # ..\rules_ruby++ruby+bundle\bin\private\rspec:14:in `<main>'
    2182:  Finished in 10.61 seconds (files took 1.59 seconds to load)
    2183:  22 examples, 0 failures, 7 pending, 1 error occurred outside of examples
    2184:  NotImplementedError: this signal not yet implemented in windows
    ...
    
    2193:  exit_hook at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/platform.rb:152
    2194:  SystemExit: exit
    2195:  exit at org/jruby/RubyKernel.java:924
    2196:  exit at org/jruby/RubyKernel.java:883
    2197:  invoke at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/external/rules_ruby++ruby+bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.2/lib/rspec/core/runner.rb:46
    2198:  <main> at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/rules_ruby++ruby+bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.2/exe/rspec:4
    2199:  load at org/jruby/RubyKernel.java:1223
    2200:  <main> at ..\rules_ruby++ruby+bundle\bin\private\rspec:14
    2201:  NotImplementedError: this signal not yet implemented in windows
    ...
    
    2203:  kill at org/jruby/RubyProcess.java:1468
    2204:  terminate at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/child_process.rb:124
    2205:  terminate_and_wait_else_kill at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/child_process.rb:112
    2206:  stop at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/child_process.rb:67
    2207:  stop_process at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/service_manager.rb:110
    2208:  stop at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/service_manager.rb:71
    2209:  start at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/service_manager.rb:53
    2210:  exit_hook at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/platform.rb:152
    2211:  NotImplementedError: this signal not yet implemented in windows
    ...
    
    2220:  exit_hook at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/platform.rb:152
    2221:  SystemExit: exit
    2222:  exit at org/jruby/RubyKernel.java:924
    2223:  exit at org/jruby/RubyKernel.java:883
    2224:  invoke at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/external/rules_ruby++ruby+bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.2/lib/rspec/core/runner.rb:46
    2225:  <main> at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/rules_ruby++ruby+bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.2/exe/rspec:4
    2226:  load at org/jruby/RubyKernel.java:1223
    2227:  <main> at ..\rules_ruby++ruby+bundle\bin\private\rspec:14
    2228:  NotImplementedError: this signal not yet implemented in windows
    ...
    
    2230:  kill at org/jruby/RubyProcess.java:1468
    2231:  terminate at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/child_process.rb:124
    2232:  terminate_and_wait_else_kill at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/child_process.rb:112
    2233:  stop at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/child_process.rb:67
    2234:  stop_process at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/service_manager.rb:110
    2235:  stop at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/service_manager.rb:71
    2236:  start at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/service_manager.rb:53
    2237:  exit_hook at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/platform.rb:152
    2238:  NotImplementedError: this signal not yet implemented in windows
    ...
    
    2240:  kill at org/jruby/RubyProcess.java:1468
    2241:  terminate at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/child_process.rb:124
    2242:  terminate_and_wait_else_kill at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/child_process.rb:112
    2243:  stop at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/child_process.rb:67
    2244:  stop_process at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/service_manager.rb:110
    2245:  stop at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/service_manager.rb:71
    2246:  start at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/service_manager.rb:53
    2247:  exit_hook at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/platform.rb:152
    2248:  NotImplementedError: this signal not yet implemented in windows
    ...
    
    2270:  1739916058219	mozrunner::runner	INFO	Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--remote-debugging-port" "9222" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\rust_mozprofileOd4XjD"
    2271:  console.warn: services.settings: Ignoring preference override of remote settings server
    2272:  console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment
    2273:  Dynamically enable window occlusion 0
    2274:  1739916058461	Marionette	INFO	Marionette enabled
    2275:  1739916058685	Marionette	INFO	Listening on port 49155
    2276:  WebDriver BiDi listening on ws://127.0.0.1:9222
    2277:  Read port: 49155
    2278:  1739916058818	RemoteAgent	WARN	TLS certificate errors will be ignored for this session
    ...
    
    2295:  1739916061893	mozrunner::runner	INFO	Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--remote-debugging-port" "9222" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\rust_mozprofilejFnJN0"
    2296:  console.warn: services.settings: Ignoring preference override of remote settings server
    2297:  console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment
    2298:  Dynamically enable window occlusion 0
    2299:  1739916062140	Marionette	INFO	Marionette enabled
    2300:  1739916062353	Marionette	INFO	Listening on port 49173
    2301:  WebDriver BiDi listening on ws://127.0.0.1:9222
    2302:  Read port: 49173
    2303:  1739916062501	RemoteAgent	WARN	TLS certificate errors will be ignored for this session
    ...
    
    2308:  does not allow setting on a subdomain from parent domain (PENDING: Test does not apply to this configuration; Guarded by {:driver=>:none, :reason=>"Can not run on our test server; needs subdomains"};)
    2309:  is not visible to javascript when http_only is true
    2310:  does not add secure cookie when http (PENDING: Test does not apply to this configuration; Guarded by {:driver=>:none, :reason=>"Cannot be tested on localhost"};)
    2311:  adds secure cookie when https (PENDING: Test does not apply to this configuration; Guarded by {:driver=>:none, :reason=>"Can only be tested on https site"};)
    2312:  gets one
    2313:  gets all
    2314:  deletes one
    2315:  deletes all
    2316:  throws error when fetching non-existent cookie
    ...
    
    2327:  1739916065574	mozrunner::runner	INFO	Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--remote-debugging-port" "9222" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\rust_mozprofileVWpq6W"
    2328:  console.warn: services.settings: Ignoring preference override of remote settings server
    2329:  console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment
    2330:  Dynamically enable window occlusion 0
    2331:  1739916065823	Marionette	INFO	Marionette enabled
    2332:  1739916066007	Marionette	INFO	Listening on port 49194
    2333:  WebDriver BiDi listening on ws://127.0.0.1:9222
    2334:  Read port: 49194
    2335:  1739916066147	RemoteAgent	WARN	TLS certificate errors will be ignored for this session
    2336:  DevTools listening on ws://127.0.0.1:9222/devtools/browser/deac6068-97ed-4fbf-8209-c1c76566044d
    2337:  allows adding with DateTime value
    2338:  allows adding with Time value
    2339:  allows adding with Number value
    2340:  does not allow adding when value is in the past
    2341:  1739916067630	Marionette	INFO	Stopped listening on port 49194
    2342:  Dynamically enable window occlusion 1
    2343:  An error occurred in an `after(:suite)` hook.
    2344:  Failure/Error: Unable to find org/jruby/RubyProcess.java to read failed line
    2345:  NotImplementedError:
    ...
    
    2351:  # ./rb/lib/selenium/webdriver/common/service_manager.rb:71:in `stop'
    2352:  # ./rb/lib/selenium/webdriver/common/driver.rb:190:in `quit'
    2353:  # ./rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:74:in `quit_driver'
    2354:  # ./rb/spec/integration/selenium/webdriver/spec_helper.rb:45:in `block in <main>'
    2355:  # ..\rules_ruby++ruby+bundle\bin\private\rspec:14:in `<main>'
    2356:  Pending: (Failures listed here are expected and do not affect your suite's status)
    2357:  1) Selenium::WebDriver::Manager cookie management sets samesite property of Lax by default
    2358:  # Test guarded; Guarded by {:browser=>:firefox, :reason=>"https://github.com/mozilla/geckodriver/issues/1841"};
    2359:  Got 2 failures:
    2360:  1.1) Failure/Error: expect(driver.manage.cookie_named('samesite')[:same_site]).to eq('Lax')
    2361:  expected: "Lax"
    2362:  got: "None"
    2363:  (compared using ==)
    2364:  # ./rb/spec/integration/selenium/webdriver/manager_spec.rb:49:in `block in WebDriver'
    2365:  # ..\rules_ruby++ruby+bundle\bin\private\rspec:14:in `load'
    2366:  # ..\rules_ruby++ruby+bundle\bin\private\rspec:14:in `<main>'
    2367:  1.2) Got 0 failures and 1 other error:
    2368:  1.2.1) Failure/Error: Unable to find org/jruby/RubyProcess.java to read failed line
    2369:  NotImplementedError:
    ...
    
    2391:  5) Selenium::WebDriver::Manager cookie management adds secure cookie when https
    2392:  # Test does not apply to this configuration; Guarded by {:driver=>:none, :reason=>"Can only be tested on https site"};
    2393:  # ./rb/spec/integration/selenium/webdriver/manager_spec.rb:124
    2394:  6) Selenium::WebDriver::Manager cookie management sameSite allows adding with value None
    2395:  # Test does not apply to this configuration; Guarded by {:driver=>:none, :reason=>"Can only be tested on https site"};
    2396:  # ./rb/spec/integration/selenium/webdriver/manager_spec.rb:152
    2397:  7) Selenium::WebDriver::Manager cookie management sameSite does not allow adding with value None when secure is false
    2398:  # Test guarded; Guarded by {:browser=>:firefox, :reason=>"https://github.com/mozilla/geckodriver/issues/1842"};
    2399:  Got 2 failures:
    2400:  7.1) Failure/Error:
    2401:  expect {
    2402:  driver.manage.add_cookie name: 'samesite',
    2403:  value: 'none-insecure',
    2404:  same_site: 'None',
    2405:  secure: false
    2406:  }.to raise_exception(Error::UnableToSetCookieError)
    2407:  expected Selenium::WebDriver::Error::UnableToSetCookieError but nothing was raised
    2408:  # ./rb/spec/integration/selenium/webdriver/manager_spec.rb:169:in `block in WebDriver'
    2409:  # ..\rules_ruby++ruby+bundle\bin\private\rspec:14:in `load'
    2410:  # ..\rules_ruby++ruby+bundle\bin\private\rspec:14:in `<main>'
    2411:  7.2) Got 0 failures and 1 other error:
    2412:  7.2.1) Failure/Error: Unable to find org/jruby/RubyProcess.java to read failed line
    2413:  NotImplementedError:
    ...
    
    2419:  # ./rb/lib/selenium/webdriver/common/service_manager.rb:71:in `stop'
    2420:  # ./rb/lib/selenium/webdriver/common/driver.rb:190:in `quit'
    2421:  # ./rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:74:in `quit_driver'
    2422:  # ./rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:68:in `reset_driver!'
    2423:  # ./rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
    2424:  # ./rb/spec/integration/selenium/webdriver/spec_helper.rb:68:in `block in <main>'
    2425:  # ..\rules_ruby++ruby+bundle\bin\private\rspec:14:in `<main>'
    2426:  Finished in 10.81 seconds (files took 1.61 seconds to load)
    2427:  22 examples, 0 failures, 7 pending, 1 error occurred outside of examples
    2428:  NotImplementedError: this signal not yet implemented in windows
    ...
    
    2437:  exit_hook at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/platform.rb:152
    2438:  SystemExit: exit
    2439:  exit at org/jruby/RubyKernel.java:924
    2440:  exit at org/jruby/RubyKernel.java:883
    2441:  invoke at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/external/rules_ruby++ruby+bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.2/lib/rspec/core/runner.rb:46
    2442:  <main> at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/rules_ruby++ruby+bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.2/exe/rspec:4
    2443:  load at org/jruby/RubyKernel.java:1223
    2444:  <main> at ..\rules_ruby++ruby+bundle\bin\private\rspec:14
    2445:  NotImplementedError: this signal not yet implemented in windows
    ...
    
    2447:  kill at org/jruby/RubyProcess.java:1468
    2448:  terminate at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/child_process.rb:124
    2449:  terminate_and_wait_else_kill at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/child_process.rb:112
    2450:  stop at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/child_process.rb:67
    2451:  stop_process at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/service_manager.rb:110
    2452:  stop at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/service_manager.rb:71
    2453:  start at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/service_manager.rb:53
    2454:  exit_hook at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/platform.rb:152
    2455:  NotImplementedError: this signal not yet implemented in windows
    ...
    
    2464:  exit_hook at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-firefox.cmd.runfiles/_main/rb/lib/selenium/webdriver/common/platform.rb:152
    2465:  SystemExit: exit
    2466:  exit at org/jruby/RubyKernel.java:924
    2467:  exit at org/jruby/RubyKernel.java:883
    2468:  invoke at D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/external/rules_ruby++ruby+bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.2/lib/rspec/core/runner.rb:46
    2469:  <main> at D:/_b...

    @p0deje
    Copy link
    Member Author

    p0deje commented Feb 18, 2025

    merged in 61ab747d271ff9af04898dbceb6c432d9a84ab7e

    @p0deje p0deje closed this Feb 18, 2025
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    None yet

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    2 participants